home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / MACtive Desktop / Source / Headers / AppleEvent.h next >
Encoding:
C/C++ Source or Header  |  1998-01-15  |  304 b   |  14 lines  |  [TEXT/CWIE]

  1. #ifndef _APPLEEVENT_
  2. #define _APPLEEVENT_
  3.  
  4. #include <AppleEvents.h>
  5.  
  6.  
  7. void InitializeAppleEvents(void);
  8. void ProcessAppleEvent(EventRecord *event);
  9. pascal SInt16 AECoreHandler(AppleEvent *aevent,AppleEvent *areply,long refcon);
  10. SInt32 AEGotRequiredParams(AppleEvent *aevent);
  11.  
  12.  
  13. #endif /* _APPLEEVENT_ */
  14.